

@import url(https://fonts.googleapis.com/css?family=Montserrat+Subrayada:400,700);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC);



@import url(https://fonts.googleapis.com/css?family=Megrim);
@import url(https://fonts.googleapis.com/css?family=Poiret+One);

@import url(https://fonts.googleapis.com/css?family=Raleway);


@import url(https://fonts.googleapis.com/css?family=Oswald:300);


h1 {
	/*font-family: 'Montserrat Subrayada', serif; */
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	margin-bottom: .1em;
	color: #CDC9C9;
	font-size: 300%;
}

h1#home {
    margin-top: 5%;
	font-size: 500%;
}


h2, h3 {
	/*font-family: 'Alegreya Sans SC', serif;*/
	font-family: 'Oswald', sans-serif;
	color: #CDC9C9;
	font-size: 140%;
}

p {
	font-family: 'Oswald', sans-serif;
	color: #CDC9C9;
	font-size: 150%;
}

ul#works li {
    font-family: 'Oswald', sans-serif;
    color: #CDC9C9;
    font-size: 150%;
}

a#menu {
	color: #CDC9C9;
	text-decoration: none;
	margin-left: 10%;
}

a#menu:hover {
	text-decoration: underline;
	/*font-size: 102%;*/
}

a {
    text-decoration: none;
    color: #CDC9C9;
}

a:hover {
    text-decoration: underline;
}

img#home {
	width: 50%;
	float: right;
	margin-top: 1%;
	margin-right: 10%; 
	border: solid;
	border-radius: 5%;
}

img#bio {
	display: block;
	width: 60%;
	border: solid;
	border-radius: 5%;
	margin-top: 10%;
	background-attachment: fixed;
}

img#ears {
    margin: 5% 5% 0% 0%;
    width: 90%;
}

section#home {
    margin-top: 0;
	float: left;
	width: 55%;
	padding-bottom: 4%;
	margin-left: 5%;
	background-color: rgba(0, 4, 8, 0.5);
}

section {
	float: left;
	width: 50%;
	margin-left: 10%;
	background-color: rgba(0, 4, 8, 0.5);
}

aside {
	float: right;
	width: 40%;
	vertical-align: text-bottom;
	background-color: rgba(0, 4, 8, 0.5);
}

body#home {
	padding-left: 5%;
	height: 50%; 
	width: 90%; 
} 

html {
	background-image: url("homepage_Resources/homeBackground.jpg");
	background-size: cover;
    background-attachment: fixed;
}

iframe {
	margin: 4%;
	width: 100%;
}

button {
     background:none!important;
     border:none; 
     padding:0!important;
     font: inherit;
     /*border is optional*/
    /* border-bottom:1px solid #444; */
     cursor: pointer;
     color: #CDC9C9;
}

button:hover {
    text-decoration: underline;
}



/* social media icons */

@font-face {
    font-family: 'si';
    src: url('homepage_Resources/socicon-1.3/socicon.eot');
    src: url('homepage_Resources/socicon-1.3/socicon.eot?#iefix') format('embedded-opentype'),
         url('homepage_Resources/socicon-1.3/socicon.woff') format('woff'),
         url('homepage_Resources/socicon-1.3/socicon.ttf') format('truetype'),
         url('homepage_Resources/socicon-1.3/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(socicon-1.3/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0;
    padding:0;
    list-style:none;
   /* margin-left: 10%;*/
   float: left;
   margin-left: 10%;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    /*z-index: 2;
    -webkit-transform: scale(1.05);*/
    transform: scale(1.05);
}

/*.soc-icon-last{
    margin:0 !important;
}*/

.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-soundcloud {
    background-color: #fe3801;
}
.soc-soundcloud:before {
    content:'n';
}

.soc-vimeo {
    background-color: #51b5e7;
}

.soc-vimeo:before {
    content:'s';
}