@charset "UTF-8";

/*    Heading Fonts: */
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');

/*    basic stylesheet: */
body {
    font-family: "century gothic", sans-serif;
    font-size: 100%;
    text-align: justify;
    justify-content: center;
}
.left,
.rigth {
    font-size: .8em;
}
table,
tr,
th,
td {
    border: thin solid #F1DBFB;
    margin: 0;
    padding: 0;
    text-align: center;
    border-radius: 5px;
}
td {
    padding: 5px;
    border-radius: 5px;
}
a,
 a:link,
 a:visited {
    color: #D96800;
    text-decoration: none;
}
a:hover,
 a:active {
    color: rebeccapurple;
    text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Fredericka the Great', serif;
    color: rebeccapurple;
    line-height: 1em !important;
    text-align: left;
}
h1.Frederika {
    font-size: 4em;
    line-height: .1em;
    margin-top: -20px;
    text-align: center;
}
h2.Frederika {
    margin-top: -35px;
    font-size: 1.5em;
    line-height: .1em;
    text-align: center;
}

hr,
hr.clearfix {
    width: 100%;
    height: .1em;
    background-color: rebeccapurple;
}
.clearfix {
    clear: both;
}
hr.clearfix.clear {
    height: 0px;
    border: 0px;
    background-color: transparent;
}
#container.classes {
    width: 50% !important;
    margin: auto;
}
header,
header p {
    width: 95%;
    margin: auto;
    text-align: left;
}

.sidebar {
    padding: 5px;    
}
img.sidebar  {
    float: right;
    margin: 0 0 5%;
    padding: 0;
    width: 250px;
    height: auto;
    border: thin solid rebeccapurple;
}
form {
    width: 800px;
    height: auto;
    border: thin solid rebeccapurple;
    padding: 5px;
    margin: auto;
}
form input {
    border: none;
    border-bottom: thin solid #A2A2A2;
    width: auto;
    font-family: "century gothic", sans-serif;
}
form fieldset {
    border: thin solid rebeccapurple;
}
form legend {
    font-size: 1.5em;
    color: #D96800;
}
#container {
    width: 90%;
    margin: 10px auto 5px;
    background-color: ghostwhite;
    padding: .5em;
    border: 1px solid rebeccapurple;
}
.left {
    float: left;
    padding-left: 5px;
}
.rigth {
    float: right;
    padding-right: 5px;
}
.center {
    text-align: center;
}
.underline {
    text-decoration: underline;
    color: #99001D;
}
.resume,
 #gallery {
    width: 960px;
    height: auto;
    margin: 10px auto 5px;
}
.news {
    width: 1000px;
    height: auto;
    margin: auto;
    padding: 10px;
    border: 1px solid rebeccapurple;
    background-color: oldlace;
}
.img_area {
    width: 80%;
    margin: auto;
}
.arrow {
    width: 30px;
    height: auto;
    display: inline-block;
}
.the_img {
    width: 600px;
    height: auto;
    display: inline-block;
    border: thin solid black;
    border-radius: 10px;
}
.the_thumb {
    width: 300px;
    height: auto;
    display: inline-block;
    border: thin solid black;
    border-radius: 10px;
}
#header {
    text-align: center;
}
#leftSidebar {
    float: left;
    width: 23%;
    border-right: thin solid rebeccapurple;
    margin-right: .5%;
    padding-right: 10px;
}
#mainArea {
    width: 50%;
    height: auto;
    display: inline-block;
    margin: 0 .5%;
    text-align: justify;
    justify-content: center;
}
#mainArea img {
    width: 195px;
    border: 1px solid rebeccapurple;
    margin: 10px;
    margin-left: 0px;
    border-radius: 5px;
}
#rigthSidebar {
    float: right;
    width: 22%;
    border-left: thin solid rebeccapurple;
    margin-left: .5%;
    padding-left: 10px;
}
#infoColumn1 {
    width: 35%;
    margin-top: 10px;
    float: left;
    padding: 0 10px;
    border-right: thin solid rebeccapurple;
}
#infoColumn2 {
    width: 60%;
    margin-top: 10px;
    float: right;
    padding: 0 10px;
}
footer {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    background-color: rebeccapurple;
    color: gold;
    padding: .1em;
    margin-left:-.1em;
}