@charset "utf-8";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;    
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: AvenirNext;
    font-size: 100%;
	color: #333;
	color: rgba(0,0,0,0.5);
}


.section{
	text-align:center;
}

.FontAlexBrushRegular { 
    font-family: 'AlexBrushRegular'; 
    font-weight: normal; 
    font-style: normal; 
 } 

.FontSophiaNubianRegular { 
    font-family: 'SophiaNubianRegular'; 
    font-weight: normal; 
    font-style: normal; 
 } 

.FontSnellRoundhand { 
    font-family: 'SnellRoundhand'; 
    font-weight: normal;
	font-size: 3em;
    font-style: normal; 
} 
 
.FontAvenirNext { 
    font-family: 'AvenirNext' ; 
    font-weight: normal; 
    font-style: normal; 
} 
  
 
/* Sections
 * --------------------------------------- */
 #section0,
 #section1,
 #section2,
 #section3,
 #section4,
 #section5,
 #section6,
 .slide{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height:100%;
 }
 #section0{
	background-image: url(Backgrounds/bg0.jpg);
 }
 #section1{
	background-image: url(Backgrounds/bg1.jpg);
 }
 #section2{
	background-image: url(Backgrounds/bg2.jpg);
 }
 #section3{
	background-image: url(Backgrounds/bg3.jpg);
 }
 #section4{
	background-image: url(Backgrounds/bg4.jpg);
 }
 #section5{
	background-image: url(Backgrounds/bg5.jpg);
 }
 #section6{
	background-image: url(Backgrounds/bg6.jpg);
 } 
.section .bg-content {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px;
    width: 100%;
    color: #333;
}