/*@media Screen(min-height: 100px) and (min-width: 100px)*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration: none;
  color:black;
}
a:visited{
  text-decoration: none;
  color:black;
}


/*--------------------------Mitt-Dót-------------------------------------------*/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}
@font-face{font-family: Roboto-Light; src: url('fonts/Roboto-Light.ttf');}
@font-face{font-family: Roboto; src: url('fonts/Roboto-Regular.ttf');}

body:before {
    position: fixed;
    content: "";
    top:0;
    width: 100%;
    height: 100%;
    background: url(gaben.jpg);
    background-size: cover;
    z-index: -2;
}
body:after {
    top:0;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    z-index: -1;
}
input:focus,
select:focus,
textarea:focus,
button:focus{
  outline: none;
}
.header{
  margin-top:1.5%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0.3);
  font-size: 5em;
  padding:1% 0;
  text-align: center;
  border-radius: 10px;
  width: 70%;
  font-family:Roboto-Light; 
  box-shadow: 0px 5px 16px 8px rgba(0,0,0,0.75);
  z-index: 10;
}
ul{
  width:70%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px  5px 16px 8px rgba(0,0,0,0.75);
  z-index: 10;
}
.listcontainer{
  background-color: rgba(255,255,255,0.3);
  z-index: 10;
}
li{
  display: inline-block;
  padding:1% 2.5%;
  z-index: 10;
}
.navlink{
  font-family: Roboto-Light;
  font-size: 2.5em;
  transition:color 0.4s;
  z-index: 10;
}
.navlink:hover{
  color:orange;
}
#active{
  color:orange;
}
footer{
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0px  5px 16px 8px rgba(0,0,0,0.75);
  background-color: rgba(255,255,255,0.3);
  width: 70%;
  margin: 2% auto 2% auto;  
}
main{
  margin-top:1.5%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0.3);
  padding:1% 0;
  text-align: center;
  border-radius: 10px;
  width: 70%;
  font-family:Roboto-Light; 
  box-shadow: 0px 5px 16px 8px rgba(0,0,0,0.75);
  z-index: 10;
}
.maketext{
  border-radius:10px;
  margin:1.5% auto;
  background: rgba(255,255,255,0);
  font-size: 3em;
  padding:1% 1%;
  text-align: center;
  font-family:Roboto-Light; 
  z-index: 10;
  border:1px solid;
  transition:color 0.4s;
}
.maketext:hover{
  color:orange;
}
.text{
  margin:1% 3%;
  font-size: 1.3em;
  line-height: 130%;
  font-family:Roboto;
}
.text{
  text-align: left;
  font-family:Roboto;
}
.glory{
  display: block;
  text-align: center;
  font-family:Roboto;
  margin:0 auto;
}
.begging{
  float:right;
  font-size:1.7em;
  width:75%;
  padding: 10px 20px;
  font-family: roboto-light;
  text-align: right;
}
.socialcontainer{
  float: left;
  width:21.2%;
}
.twitter{
  float:left;
  padding: 15px 0px 10px 40px;
}
.facebook{
  float:right;
  padding: 15px 20px 10px;
}
.embed{
  text-align: center;
  width:1120px;
  font-family: roboto;
  font-size:1.2em;
  padding:15px 0;
}
.video{
  display: block;
  margin:4% auto 2%;
}
.orange{
  color:orange;
}
.row{
  margin:3% auto 5%;
}
.col1{
  width:33.17%;
  float:left;
}
.col2{
  width:33.17%;
  float:left;
}
.col3{
  width:33.17%;
  float: left;
}
audio{
  display:block;
  margin:0 auto;
  width:75%;
}
.audioname{
  display: inline-block;
  font-size: 2em;
  margin:3% 0 12% ;
  font-family: roboto;
  font-weight: bold;
}
.embedaudio{
  font-family: roboto;
  margin:5% 0 3%;
  width:75%;
  font-size:1em;
  text-align: center;
  background-color:rgba(255,255,255,0.4);
}
.imgcol1{
  width:33.17%;
  float:left;

}
.imgcol2{
  width:33.17%;
  float:left;
  
}
.imgcol3{
  width:33.17%;
  float:left;
}
.maxsize{
  max-width: 80%;
  max-height: 80%;
  margin:0 auto;
}
.embedimage{
  width:75%;
  font-family: roboto;
  font-size:1em;
  text-align: center;
  background-color:rgba(255,255,255,0.4);
}