@charset "UTF-8";
/* CSS Document */

@import url("../webfonts/belgrano/stylesheet.css");

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
    font-family:belgranoregular;
}

a img {border: none;} 


html { 

-webkit-text-size-adjust:none; 
-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}



div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}



/*Main Content*/

#linkscontainer {
   background-color: #000; 
   
}

#links {
    width: 1000px;
    margin-right:auto;
    margin-left:auto;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#links a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    margin-right: 3%;
    margin-left: 3%;
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#links a:hover {
    color: #7B6596;
}

#links a:visited {
    color: #fff;
}

#headercontainer {
    
}

#maincontentcontainer {
    border-bottom: solid 2px #000;
}

#maincontent {
    width: 900px;
    margin-right:auto;
    margin-left:auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

#maincontent2container {
    background-color: #c6a1f0; 
}

#maincontent2 {
    width: 900px;
    margin-right:auto;
    margin-left:auto;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

.entry {
    width: 70%;
    margin-right:auto;
    margin-left:70px;
    clear:both;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow:hidden;
    
}

.left {
   float:left;
    width:35%;
    
}

.right {
    float:left;
    width:64%;
}

#maincontent2 a img {
    width: 20%;
    margin-right: 2%;
    margin-left: 0%;
    border: solid 2px #000;
}

#footercontainer {
    background-color: #000;

}

#footer {
    width: 1000px;
    margin-right:auto;
    margin-left:auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align:center;
}

#footer a {
    text-decoration: none;
    color: #fff;
    transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

#footer a:hover {
    color: #7B6596;
}

#footer a:visited {
    color: #fff;
}

/*Fonts*/

.color {
    color: #8B45DB; 
}

#maincontent h2 {
    font-size: 70px;
    text-align:center;
    font-weight: normal;
}

#maincontent p {
    text-align: justify;
    font-size: 22px;
    margin-top: 35px;
}

#maincontent2 h2 {
    font-size: 70px;
    text-align:center;
    font-weight: normal;
}

#maincontent2 h3 {
    font-size: 30px;
    margin-top: 50px;
    clear:both;
}

.entry p {
    font-size: 30px;
    margin-top: 60px;
}

#footer {
    font-size: 18px;
    color: #fff;
}


/*Images*/

img#headshot {
    width:100%;
    border-bottom: solid 2px #000;
}

img#agent {
    width: 80%;
    border: solid 2px #000;
}


@media screen and (max-width: 1000px) {
   img#headshot {
    width:1000px;
    
} 
}