/*----------------  Theme1  -----------------*/

body {
  background-image: url(../images/bg.png);
  margin: 0;
  padding: 0;
}
.font,
h1,
h2,
h3,
h4,
h5,
body,
p,
.site-title {
  color: #211d1e;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
}
a {
  outline: none!important;
  text-decoration: none!important;
}
.rtl-row h1{
    text-align:center;
}
.rtl-row{
    text-align: center;
    margin-top: 40px;
}
.theme{
   display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
   margin-bottom: 30px;
   padding: 20px;
}
.theme h2{
    text-align: center;
}
.theme a{
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
}
.theme:hover{
     background-color: gray;
}
.theme-holder{
    margin-top: 100px;
}
h1{
    text-align: center;
    padding-top: 30px;
}

.theme1{
    background-color: #EB5242;
}
.theme2{
    background-color: #16A085;
}
.theme3{
    background-color: #CE3306;
}
.theme4{
    background-color: #0A8BB0;
}
.theme5{
    background-color: #5E266F;
}
.theme6{
    background-color: #46B527;
}
.theme7{
    background-color: #EE4C7E;
}
.theme8{
    background-color: #34495E;
}
.theme9{
    background-color: #333333;
}
.theme10{
    background-color: #F1C40F;
}
